Get transaction receipt by hash
get
Query parameters
hashstringRequired
hash of the checkpoint to lookup
Responses
200Success
application/json
400
Client error
application/json
404
Resource not found
application/json
408
Request timeout
application/json
422
Business logic error
application/json
500
Internal server error
application/json
get
GET /v1/transactions/receipt/by_hash HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
"checkpoint_hash": "0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c",
"checkpoint_number": 1,
"fee_used": 1,
"from": "0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742Ab",
"success": true,
"to": "0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742Ab",
"token_address": "0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742Ab",
"transaction_hash": "0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c",
"transaction_index": 1
}
Last updated