Managed Account Authentication
Retrieve the list of all available integrations.
Managed Account Authentication
Managed Transfers
Transactions
Self Managed Account Authentication
Managed Account Authentication
Retrieve the list of all available integrations.
Returns a list of integrations with details including the integration ID, name, type, DeFi wallet provider ID, and categories.
GET
/
api
/
v1
/
integrations
curl --request GET \
--url https://integration-api.getfront.com/api/v1/integrations \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"items": [
{
"id": "b7efa542-0b16-4a2a-8f89-00143298e615",
"name": "CoinbasePro",
"type": "coinbasePro",
"logo": {
"logoWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_White.svg",
"logoBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Black.svg",
"logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Color.svg",
"iconWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_White.svg",
"iconBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Black.svg",
"iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Color.svg"
}
},
{
"id": "3d8f5c31-9fc0-4b61-bdfb-00fb18cbb9ad",
"name": "CoinCircle",
"type": "deFiWallet",
"deFiWalletProviderId": "36d8d9c0c7fe2957149ce8e878f3a01...",
"categories": [
"deFiWallet"
],
"logo": {
"logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Logo_Color.svg",
"iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Icon_Color.svg"
}
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}
Authorizations
Contact Front to get client Secret
Contact Front to get client Id
Response
200 - application/json
Success
Available options:
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
A message generated by the API
User-friendly display message that can be presented to the end user
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.
Integration response.
Integrations list.
Integration unique identifier.
Integration name.
Integration type.
Available options:
robinhood
, eTrade
, alpaca
, tdAmeritrade
, weBull
, stash
, interactiveBrokers
, public
, coinbase
, kraken
, coinbasePro
, cryptoCom
, openSea
, binanceUs
, gemini
, cryptocurrencyAddress
, cryptocurrencyWallet
, okCoin
, bittrex
, kuCoin
, etoro
, cexIo
, binanceInternational
, bitstamp
, gateIo
, acorns
, okx
, bitFlyer
, coinlist
, huobi
, bitfinex
, deFiWallet
, krakenDirect
, vanguard
, binanceInternationalDirect
, bitfinexDirect
, bybit
, paxos
, coinbasePrime
DeFi wallet provider identifier.
Integration categories.
Available options:
brokerage
, bank
, exchange
, wallet
, address
, nftMarketplace
, deFiWallet
Logo object.
White logo url.
Black logo url.
Colored logo url.
White icon url.
Balck icon url.
Colored logo url.
curl --request GET \
--url https://integration-api.getfront.com/api/v1/integrations \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"items": [
{
"id": "b7efa542-0b16-4a2a-8f89-00143298e615",
"name": "CoinbasePro",
"type": "coinbasePro",
"logo": {
"logoWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_White.svg",
"logoBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Black.svg",
"logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Color.svg",
"iconWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_White.svg",
"iconBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Black.svg",
"iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Color.svg"
}
},
{
"id": "3d8f5c31-9fc0-4b61-bdfb-00fb18cbb9ad",
"name": "CoinCircle",
"type": "deFiWallet",
"deFiWalletProviderId": "36d8d9c0c7fe2957149ce8e878f3a01...",
"categories": [
"deFiWallet"
],
"logo": {
"logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Logo_Color.svg",
"iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Icon_Color.svg"
}
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}