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

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

200 Response

sequenceIds array[object] required
txid string required
The on-chain transaction id
Min length: >= 1 characters
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
contractSequenceId number required
The contract sequence id of the transaction

400 Response

One of
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