Skip to main content
GET
/
credit
/
collateral
/
{chain}
/
{collateral}
curl --request GET \
  --url 'https://api.sprinter.tech/credit/collateral/{chain}/{collateral}'
{
  "collateralAddress": "0xeE8F4eC5672F09119b96Ab6fB59C27E1b7e44b61",
  "collateralPriceUsd": 1.023456,
  "earnServiceName": "Gauntlet",
  "isEarnVault": true,
  "apy": 4.56,
  "underlyingAsset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "underlyingPriceUsd": 1.0
}
The chain parameter uses CAIP-2 format: eip155:<chainId>. For example, eip155:8453 for Base or eip155:1 for Ethereum. See Supported Chains for the full list.
curl --request GET \
  --url 'https://api.sprinter.tech/credit/collateral/{chain}/{collateral}'
{
  "collateralAddress": "0xeE8F4eC5672F09119b96Ab6fB59C27E1b7e44b61",
  "collateralPriceUsd": 1.023456,
  "earnServiceName": "Gauntlet",
  "isEarnVault": true,
  "apy": 4.56,
  "underlyingAsset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "underlyingPriceUsd": 1.0
}

Path Parameters

chain
string
required

Chain ID in CAIP-2 format

collateral
string
required

Collateral asset address

Response

OK

data
object