Skip to main content
GET
/
credit
/
earn
/
claim
curl --request GET \
  --url 'https://api.sprinter.tech/credit/earn/claim'
{
  "calls": [
    {
      "chain": "8453",
      "to": "0x1234567890abcdef1234567890abcdef12345678",
      "data": "0xa9059cbb000000000000000000000000000000000000000000000000000000000005f5e100",
      "value": "0"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sprinter.tech/llms.txt

Use this file to discover all available pages before exploring further.

The chain parameter uses CAIP-2 format: eip155:<chainId>. For example, eip155:8453 for Base. See Supported Chains for the full list.
curl --request GET \
  --url 'https://api.sprinter.tech/credit/earn/claim'
{
  "calls": [
    {
      "chain": "8453",
      "to": "0x1234567890abcdef1234567890abcdef12345678",
      "data": "0xa9059cbb000000000000000000000000000000000000000000000000000000000005f5e100",
      "value": "0"
    }
  ]
}
Machine-readable API spec: OpenAPI JSON | Swagger UI

Query Parameters

owner
string
required

Owner address that holds the vault shares

receiver
string
required

Address that will receive the Claimed underlying tokens

asset
string
required

Vault shares token address

chain
string
required

Chain ID in CAIP format

claimRequestId
string
required

claimRequestId

Response

OK

calls
object[]
required

List of contract calls to execute the Claim