# Stablecoin API ## Description This is version `0.0.1` of this API documentation. Last update on Feb 5, 2021. This is draft documentation for Bitbond Stablecoin API. ## Authorization API clients are authorized with bearer tokens. Each b2b partner, when integrated, obtains its token from Bankhaus von der Heydt tech support. ### Headers To authorize API access this header needs to be added to the request. ``` Authorization: Bearer [token] ``` ## Deposits Deposits need to be sent to a specific IBAN, associated with the b2b partner. B2b partner obtains this IBAN from Bankhaus von der Heydt as part of the integration process. ## Servers ## Endpoints and operations ### [Deposits](https://stablecoin-api-docs.bitbond.com/group/endpoint-deposits.md) - [List of deposits](https://stablecoin-api-docs.bitbond.com/operation/operation-get-deposits.md) ### [Withdrawals](https://stablecoin-api-docs.bitbond.com/group/endpoint-withdrawals.md) - [Create a new withdrawal](https://stablecoin-api-docs.bitbond.com/operation/operation-post-withdrawals.md) [Powered by Bump.sh](https://bump.sh)