Appearance
List transfers
GET
/accounts/{address}/subaccounts/{subaccount_id}/transfers
Internal and external subaccount transfers.
Parameters
Path Parameters
address*
Owner address (20-byte Ethereum-style, 0x-hex).
Required
subaccount_id*
Type
Requiredinteger
Format
"uint16"Minimum
0Maximum
65535Query Parameters
limit
Max items to return.
Type
integer
Default
100Maximum
1000before
Return items strictly before this transaction index (cursor).
Type
integer
Format
"int64"Responses
Transfer history, newest first.
application/json
JSON { "kind": "string", "token_id": "string", "amount": "-12500", "counterparty": "string", "counterparty_subaccount_id": 0, "tx_hash": "string", "timestamp_ms": 0 }
[
]