mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
718 B
718 B
title, source, fetched_at
| title | source | fetched_at |
|---|---|---|
| General Information on Endpoints | Binance Open Platform | https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-information-on-endpoints | 2026-02-26T10:38:08.909Z |
- For
GETendpoints, parameters must be sent as aquery string. - For
POST,PUT, andDELETEendpoints, the parameters may be sent as aquery stringor in therequest bodywith content typeapplication/x-www-form-urlencoded. You may mix parameters between both thequery stringandrequest bodyif you wish to do so. - Parameters may be sent in any order.
- If a parameter sent in both the
query stringandrequest body, thequery stringparameter will be used.