P2P Advertiser Adverts (p2p_advertiser_adverts)

Returns all P2P adverts created by the authorized client. Can only be used by a registered P2P advertiser.

Auth Scope(s): payments

p2p_advertiser_adverts(limit: Optional[int] = None, offset: Optional[int] = None, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • limit (Optional[int]) – [Optional] Used for paging. This value will also apply to subsription responses.
  • offset (Optional[int]) – [Optional] Used for paging. This value will also apply to subsription responses.
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.p2p_advertiser_adverts()