{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"offset":0,
"limit":20
}
curl --location --request POST '/api/v1/node/bill/gold/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"offset":0,
"limit":20
}'
{
"code": 0,
"data": {
"billGoldList": [
{
"ID": 0,
"CreatedAt": "string",
"UpdatedAt": "string",
"DeletedAt": null,
"hash": "string",
"type": "string",
"details": "string",
"gold": 0,
"goldBalance": 0
}
],
"totalCount": 0
},
"msg": "string"
}