List last 10 contract sequenceIds of a wallet

get/api/v2/{coin}/wallet/{walletId}/sequenceIds

Lists last 10 contract sequenceIds of the base address of a wallet alongwith their transaction ids.

Path Parameters

  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"

200 Response

sequenceIds array[object] required
txid string
The on-chain transaction id
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
contractSequenceId number
The contract sequence id of the transaction

400 Response

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