P2P Advertiser Information (p2p_advertiser_info)

Retrieve information about a P2P advertiser.

Auth Scope(s): payments

p2p_advertiser_info(id: Optional[str] = None, subscribe: Optional[Union[bool, int]] = None, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • id (Optional[str]) – [Optional] The unique identifier for this advertiser. If not provided, returns advertiser information about the current account.
  • subscribe (Optional[Union[bool, int]]) – [Optional] If set to 1, will send updates whenever there is an update to advertiser
  • 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_info()