Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Conversation

@nakamegu
Copy link

@nakamegu nakamegu commented Dec 16, 2017

http://techbureau-api-document.readthedocs.io/ja/latest/public/2_individual/1_currencies.html

Example: specify one currency_code

get_currencies("btc")

return

[
    {
        "name": "btc",
        "is_token": false
    }
]

Example2: use "all" to get all currencies

get_currencies("all")

return

[
    {
        "name": "btc",
        "is_token": false
    },
    {
        "name": "XCP",
        "is_token": true
    },
    ...
]

@nakamegu nakamegu closed this Dec 16, 2017
@nakamegu nakamegu reopened this Dec 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant