Pending send to eth
Query parameters
sender_addressstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /peggy/v1/pending_send_to_eth HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"transfers_in_batches": [
{
"id": "text",
"sender": "text",
"dest_address": "text",
"erc20_token": {
"contract": "text",
"amount": "text"
},
"erc20_fee": {
"contract": "text",
"amount": "text"
}
}
],
"unbatched_transfers": [
{
"id": "text",
"sender": "text",
"dest_address": "text",
"erc20_token": {
"contract": "text",
"amount": "text"
},
"erc20_fee": {
"contract": "text",
"amount": "text"
}
}
]
}