Get deductible amounts for account-based coin wallets

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

Returns pending approval unspendable, pending tx request unspendable, platform lock, and wallet metadata for each requested wallet. Supports account-based coins only (ETH, SOL, DOT, XRP, …). Use /objects for SUI/IOTA.

Path Parameters

  • coinstringRequired
    The coin chain identifier (e.g. "eth", "sol").

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. "eth", "sol").
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