cURL
curl --request GET \ --url https://futapi.app/api/v1/player-cards/{playerId}/price/live \ --header 'x-api-key: <api-key>'
200
example
{ "playerCardId": 1, "priceInCoins": 100000, "priceInCoinsFormatted": "1,000,00", "priceRangeInCoins": { "min": 100000, "minFormatted": "1,000,00", "max": 200000, "maxFormatted": "2,000,00" }, "source": "FUTBIN", "lastUpdatedAt": "2023-05-20T14:30:00Z"}
Fetches current player card price from the market. May be unstable due to external sources.
Source to fetch the price from
FUTGG
FUTBIN
"FUTBIN"
Platform to fetch the price from
XBOX
PLAYSTATION
PC
"PC"
The response is of type object.
object