Futures vs perpetual future

Hi,

Im having trouble finding out the difference between buying a regular future (say iotausdt) and buying a perpetual (iotausdt).

I can successfully use the API to buy iotausdt regular future but want to know how to buy the perpetual iotausdt…confused.

Where are the differences? Is it the endpoint i post to or same endpoint but for perpetual i buy iotausdt_perp, for example?

Thanks so much for any help.

Graham

There is an endpoint /fapi/v1/exchangeInfo that returns all available symbols. You could find out the delivery and perpetual futures based on the symbol name. The perpetual ones have the _perp in the symbol name.

Thanks a million @dino

You legend! :slight_smile:

Have a great day.

Graham