curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming/accrue \
--header 'Content-Type: application/json' \
--data '{
"token": "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1",
"entries": [
{
"wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"amount": "1000000000"
}
]
}'
This response does not have an example.
curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming/accrue \
--header 'Content-Type: application/json' \
--data '{
"token": "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1",
"entries": [
{
"wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"amount": "1000000000"
}
]
}'
This response does not have an example.