Transactions

Get a transaction

get/transactions/{code}

Path parameters

codestring required

Response

OK

messagestring required
statusboolean required
errorboolean required

Example response

{
  "status": true,
  "data": {
    "assets": [
      {
        "code": "ast_AbCdEf01234567890"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.