Deposits
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /{networkStr}/deposits HTTP/1.1
Host: api.usdc-on-stacks.com
Accept: */*
{
"deposits": [
{
"amount": "text",
"amountFormatted": "text",
"circleAttestation": {
"attestation": "text",
"decodedAmount": "text",
"decodedRemoteRecipient": "text",
"messageHash": "text",
"payload": "text"
},
"ethEvent": {
"blockNumber": "text",
"localDepositor": "text",
"localToken": "text",
"logIndex": 1,
"maxFee": "text",
"nonce": "text",
"remoteRecipient": "text",
"transactionHash": "text",
"value": "text"
},
"ethExplorerLink": "text",
"ethTxid": "text",
"nonce": "text",
"status": null,
"stxRecipient": "text"
}
],
"total": 1
}