BuyCoins API Guide
Search…
BuyCoins API Guide
Introduction
Tools and libraries
Rate Limits
GraphQL Basics
GraphQL: Endpoints & Schema
Authentication
Global Object Identification
Naira Token Account
Sendcash Pay Deposit
Withdrawing Naira
Orderbook Trading
Introduction
Glossary
Stream Orderbook
Post Limit Order
Post Market Order
Get Orders
Cancel Order
Get Exchange Rate
Placing Orders (DEPRECATED)
Buy
Sell
Sending
Network Fees
Send
Send Offchain
Account Balances
Limits
Receiving
Create Address
Confirmations
Webhooks
Introduction
Verification
Events
P2P Trading (Deprecated)
Introduction
Post Limit Order
Post Market Order
Get Orders
Get Market Book
Powered By
GitBook
Create Address
Cryptocurrency address creation to receive coins on the API
To receive cryptocurrency, you will first have to create an address on BuyCoins then send this address to the sender.
To create an address, you call the
createAddress
query
1
mutation
{
2
createAddress
(
cryptocurrency
:
bitcoin
)
{
3
cryptocurrency
4
address
5
}
6
}
Copied!
Sending - Previous
Limits
Next - Receiving
Confirmations
Last modified
2yr ago
Copy link