https://academy.binance.com/en/articles/binance-api-series-pt-1-spot-trading-with-postman

Hello everyone, I am a PHP / Symfony developer and now I am on a project which is a FIAT and cryptocurrency exchange platform, and I would like to know if there are any suites for this tutorial already https://academy.binance.com/en/articles/binance-api-series-pt-1-spot-trading-with-postman ?

I am on the testnet network and I would like to know how to make the transaction between two USDT wallets for example using postman.

Thank you for your answers.

Hi @mickaelnewmans,

You make transaction using a wallet endpoint (https://binance-docs.github.io/apidocs/spot/en/#wallet-endpoints), although /sapi/ endpoints doesn’t have a testnet environment yet, so unfortunately you won’t be able to test in Postman.

1 Like

Salut @aisling

And which endpoint should I use to test the transaction between 2 wallets?

If you want to transfer amount from your account to another account, you can use https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_datam but as mentioned, this is a real transaction, can’t be tested.

1 Like

@aisling

Okey, thank you so much .