Get deductible objects for object-based coin wallets

post/api/v2/internal/{coin}/deductibles/objects

Returns serialized transaction hexes for pending approvals and in-flight transaction requests, plus platform lock and wallet metadata for each requested wallet. Supports object-based coins only (SUI, IOTA). Use /amounts for account-based coins.

Path Parameters

  • coinstringRequired
    The coin chain identifier (e.g. "sui", "iota").

Request Body

walletIds array[string] required
List of wallet public IDs to fetch deductibles for. Accepts 1–200 walletIds. Single-wallet requests pass an array of one.

200 Response

coin string required
The coin chain identifier (e.g. "sui", "iota").
results dictionary<string, object> required
Map of walletId → per-wallet deductibles.
object
errors dictionary<string, string>
Map of walletId → error message for wallets that could not be resolved.
string

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

429 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id