GET
/
v1
/
claim
/
{address}
/
state
curl --request GET \
  --url https://backend.swap.coffee/v1/claim/{address}/state \
  --header 'x-verify: <x-verify>'
{
  "total_count": 123,
  "items": [
    {
      "type": "all",
      "query_id": 123,
      "unix_time": 123,
      "logical_time": 123,
      "transaction_hash": "<string>",
      "token_address": "<string>",
      "wallet_address": "<string>",
      "amount": 123,
      "withdrawal": {
        "type": "repay",
        "status": "unhandled"
      }
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Headers

x-verify
string
required

TON proof for the given address

Path Parameters

address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Query Parameters

type
enum<string>
required
Available options:
all,
referral,
cashback,
staking,
rewards_stonfi,
rewards_dedust,
coffee_dex,
boost
size
integer
default:10
Required range: 1 <= x <= 100
page
integer
default:1
Required range: x >= 1

Response

200
application/json
State of account's claimings
total_count
integer
required
items
object[]
required