Player Cards
Get player card price live
Fetches current player card price from the market. May be unstable due to external sources.
GET
Authorizations
Path Parameters
Query Parameters
Source to fetch the price from
Available options:
FUTGG
, FUTBIN
Example:
"FUTBIN"
Platform to fetch the price from
Available options:
XBOX
, PLAYSTATION
, PC
Example:
"PC"
Response
200
application/json
The unique identifier of the associated player card.
Example:
1
The current price of the player card in FUT coins.
Example:
100000
The current price of the player card formatted in FUT coins.
Example:
"1,000,00"
The price range of the player card in FUT coins.
Example:
{
"min": 100000,
"minFormatted": "1,000,00",
"max": 200000,
"maxFormatted": "2,000,00"
}
The source of the player card price.
Available options:
FUTGG
, FUTBIN
Example:
"FUTBIN"
The last update date (ISO 8601) of the player card price.
Example:
"2023-05-20T14:30:00Z"