latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Wallet

List last 10 contract sequenceIds of a wallet

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

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

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

Response

OK

Example response

{
  "sequenceIds": [
    {
      "txid": "b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26"
    }
  ]
}