Crypto Currencies

Get https://app.moneygraph.ai/api/v1/account_crypto_currencies

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

page string

Sets the page number; use "all" to retrieve all items. The default is 1

limit integer

Specifies the default number of items per page, with a default setting of 20

Response


[
    {
        "id": "af06092f-448a-4e21-89d0-a299b15b8fac",
        "name": "Bitcoin",
        "token": "BTC",
        "network": "BTC",
        "settings": {
            "local_swap": {
                "description": "Wallet swap configuration from BTC wallet to other wallets, available on main account and onboarded accounts",
                "rail_status": "active",
                "active": true,
                "limit": {
                    "min": 0.00011279,
                    "max": 11.27863489
                },
                "rates": [
                    {
                        "type": "fiat",
                        "currency": "USD",
                        "rate": "86682.96000000",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 1
                        }
                    },
                    {
                        "type": "crypto",
                        "token": "ETH",
                        "network": "ETH",
                        "rate": "29.16532051",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 1.5
                        }
                    },
                    {
                        "type": "crypto",
                        "token": "USDT",
                        "network": "TRX",
                        "rate": "85864.20000000",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 0
                        }
                    }
                ]
            },
            "local_transfer": {
                "description": "P2P configuration from BTC wallet to customers or main account",
                "active": false
            }
        }
    },
    {
        "id": "798b2d97-d38a-4197-8ff1-374119c8fea2",
        "name": "Ethereum",
        "token": "ETH",
        "network": "ETH",
        "settings": {
            "local_swap": {
                "description": "Wallet swap configuration from ETH wallet to other wallets, available on main account and onboarded accounts",
                "rail_status": "active",
                "active": false,
                "limit": {
                    "min": 0,
                    "max": 0
                },
                "rates": []
            },
            "local_transfer": {
                "description": "P2P configuration from ETH wallet to customers or main account",
                "active": false
            }
        }
    },
    {
        "id": "842b7124-a3f3-4c48-9794-fe0c255fbfe5",
        "name": "Tether USD",
        "token": "USDT",
        "network": "TRX",
        "settings": {
            "local_swap": {
                "description": "Wallet swap configuration from USDT wallet to other wallets, available on main account and onboarded accounts",
                "rail_status": "active",
                "active": true,
                "limit": {
                    "min": 0.98,
                    "max": 9.89
                },
                "rates": [
                    {
                        "type": "fiat",
                        "currency": "USD",
                        "rate": "0.98000000",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 1
                        }
                    },
                    {
                        "type": "crypto",
                        "token": "BTC",
                        "network": "BTC",
                        "rate": "0.00001116",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 1
                        }
                    },
                    {
                        "type": "crypto",
                        "token": "ETH",
                        "network": "ETH",
                        "rate": "0.00033243",
                        "fee": {
                            "type": "fiat_percent",
                            "range": null,
                            "fiat": 0,
                            "percent": 1
                        }
                    }
                ]
            },
            "local_transfer": {
                "description": "P2P configuration from USDT wallet to customers or main account",
                "active": false
            }
        }
    }
]